projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
42d7487
)
spinbutton: don't remove the entry style class while rendering arrows
author
Cosimo Cecchi
<cosimoc@gnome.org>
Thu, 9 Jun 2011 18:55:50 +0000
(14:55 -0400)
committer
Cosimo Cecchi
<cosimoc@gnome.org>
Thu, 9 Jun 2011 19:06:18 +0000
(15:06 -0400)
gtk/gtkspinbutton.c
patch
|
blob
|
history
diff --git
a/gtk/gtkspinbutton.c
b/gtk/gtkspinbutton.c
index caa24b28062252b59d48fdf1a14b8cf27f84218d..90a6a5239d867e04e21374aa6920cb8650769504 100644
(file)
--- a/
gtk/gtkspinbutton.c
+++ b/
gtk/gtkspinbutton.c
@@
-931,7
+931,6
@@
gtk_spin_button_draw (GtkWidget *widget,
gtk_style_context_save (context);
gtk_style_context_set_state (context, state);
- gtk_style_context_remove_class (context, GTK_STYLE_CLASS_ENTRY);
if (is_rtl)
gtk_style_context_set_junction_sides (context, GTK_JUNCTION_RIGHT);